From e1aca0e8c663b269319b372e98d12fabf79a5127 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 7 Sep 2014 21:30:01 -0400 Subject: [PATCH] Link broadway backend against librt This is needed for shm_open, according to its man page. https://bugzilla.gnome.org//show_bug.cgi?id=698031 --- gdk/broadway/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/broadway/Makefile.am b/gdk/broadway/Makefile.am index 0f190b3402..56b4c50202 100644 --- a/gdk/broadway/Makefile.am +++ b/gdk/broadway/Makefile.am @@ -15,7 +15,7 @@ AM_CPPFLAGS = \ $(GTK_DEBUG_FLAGS) \ $(GDK_DEP_CFLAGS) -LDADDS = $(GDK_DEP_LIBS) +LDADDS = $(GDK_DEP_LIBS) -lrt noinst_LTLIBRARIES = libgdk-broadway.la -- 2.30.2